home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / finance / trcut27.zip / IMPORTER.EXE / FNN-MFT.DOC next >
Text File  |  1996-04-01  |  5KB  |  127 lines

  1.  
  2.                The Mutual Fund Tracker Historical Data Importer
  3.  
  4.                                Version 3.6, FNN
  5.  
  6.  
  7.       >> ALWAYS BACK UP YOUR EXISTING DATA BEFORE RUNNING THIS PROGRAM <<
  8.  
  9.  
  10.   Before using this program, initialize a new data group or have a data group
  11. ready to work with.  Then run The Mutual Fund Tracker.  Load each data set
  12. individually.  While working with each data set, use the Rename option, found
  13. under Utilities (function number 7), to add your new fund names.  This is
  14. accomplished by renaming the default '.', or whatever name might be in the
  15. data set, to the name of the fund you will be tracking in that data set
  16. position.
  17.  
  18.   While working with each data set, why not go ahead and add the new dates you
  19. will eventually need to add anyway.  Select function number  1. Add new data
  20. and choose to  Add new dates.  The Mutual Fund Tracker will automatically
  21. calculate and add the new dates for you.
  22.  
  23.   At this point, you should save the data set that you have been working with.
  24.  
  25.   Follow these steps for as many data sets as you need.  Be sure to save each
  26. data set before going on to another.  It is a good idea to record or print the
  27. position of each fund, in each data set, so that when you run The Historical
  28. Data Importer, you will know where to place each funds historical data.  You
  29. are now ready to import your historical data.
  30.  
  31.   The Historical Data Importer is straight forward and instructions have been
  32. placed above each question asked by the program.  This documentation will only
  33. explain what files are needed and where they need to be.
  34.  
  35.  
  36. FNN-MFT.EXE:   This is The Mutual Fund Tracker Historical Data Importer,
  37.                hereafter referred to as "the program".  The program must be
  38.                placed in the directory where you installed The Mutual Fund
  39.                Tracker (usually C:\MFTRACK).  When you run the program you
  40.                can specify where the program looks for your existing data
  41.                files.  For example, if the data files you want to work with
  42.                are in directory  C:\MFTRACK\DATA1  you would type at the
  43.                DOS prompt:
  44.  
  45.                FNN-MFT C:\MFTRACK\DATA1  and press [ENTER].
  46.  
  47.                The program would then look for and work with the data files
  48.                in directory  C:\MFTRACK\DATA1.
  49.  
  50.  
  51. MFTRACK.CFG:   The Mutual Fund Tracker configuration file.  The program looks
  52.                for this file to determine if you have registered The Mutual
  53.                Fund Tracker.  If this file is not present, or you have not
  54.                registered The Mutual Fund Tracker, the program will end
  55.                without processing any historical data.
  56.  
  57.  
  58. MFTA1C.DAT:    These are The Mutual Fund Tracker price history files.
  59. MFTA2C.DAT:    Using the example above, these files should be in the
  60. MFTA3C.DAT:    C:\MFTRACK\DATA1  directory.
  61. MFTA4C.DAT:
  62. MFTA5C.DAT:    The program will not effect the date files.  Provisions have
  63. MFTA6C.DAT:    been made in The Mutual Fund Tracker to automatically add and
  64.                update the date files.
  65.  
  66.  
  67. FMAGX.PRN:     The historical price history file to be imported.
  68.  
  69.                PLEASE NOTE:  This file can be named any valid DOS file name.
  70.  
  71.                Make sure that this file is in the same directory as the
  72.                program.  This file must be in the following format:
  73.  
  74.                                        date,CLOSE
  75.  
  76.                Fields shown in lower case may be different but the 'CLOSE'
  77.                field, or second position, must contain the closing price.
  78.                Also each column must contain two fields, no more, no less.
  79.  
  80.  
  81. 920610,14.95
  82. 920901,15.01
  83. 920902,15.03
  84. 920903,14.85
  85. 920904,14.80
  86. 920908,14.75
  87. 920909,14.82
  88. 920910,14.90
  89. 920911,14.93
  90. 920914,14.95
  91. 920915,15.02
  92.  
  93. and so on.....
  94.  
  95.  
  96.                If you are importing historical data for an index, like
  97.                the Dow Jones Industrial Average, the historical data file
  98.                format is different than that of a mutual fund historical
  99.                data file.  An index historical data file must be in the
  100.                following format:
  101.  
  102.                                 date,high,low,CLOSE,volume
  103.  
  104.                Fields in lower case may be different but the 'CLOSE' field,
  105.                or forth position, must contain the closing price.  Also each
  106.                column must contain five fields, no more, no less.
  107.  
  108.  
  109. 940523,3770.65,3711.4,3742.41,0
  110. 940524,3786.3,3707.11,3745.17,0
  111. 940525,3768.19,3710.79,3755.3,0
  112. 940526,3798.58,3721.53,3753.46,0
  113. 940527,3772.18,3723.68,3757.14,0
  114. 940531,3786.98,3718.99,3758.37,0
  115. 940601,3785.14,3717.76,3760.83,0
  116. 940602,3791.6,3732.83,3758.99,0
  117. 940603,3792.22,3732.52,3772.22,0
  118. 940606,3812.83,3749.75,3768.52,0
  119. 940607,3788.52,3733.14,3755.91,0
  120.  
  121. and so on.....
  122.  
  123.  
  124.   If your historical data supplier furnishes data in a different format, or if
  125. you need further help, please contact Keith at (512) 858-5206 so that we can
  126. customize the program for you.
  127.